MessageSettings
data class MessageSettings(val recipients: List<String> = emptyList(), val subject: String? = null, val body: String? = null, val message: <Error class: unknown class>? = null, val disableAttachments: Boolean = false, val attachments: List<NavigationSpec.Message.Attachment> = emptyList())
Settings for configuring the message
Parameters
recipients
list of phone numbers to send the message to
subject
Optional subject of the message
body
Optional body of the message
disableAttachments
Disables the user from adding attachments
attachments
The list of Attachment added to the message